home *** CD-ROM | disk | FTP | other *** search
Wrap
; 02/09/97 LAB Changed the HTML Link URL property from PROPERTY to DEFPROPERTY for ImageHTMLLink ; ---- symantec.itools.awt.ButtonBase abstract parent class ---- ; 01/29/97 TWB Integrated changes from Macintosh CLASS=symantec.itools.awt.ButtonBase PROPERTY=Integer, "Bevel Height", "BevelHeight", "1" PROPERTY=Boolean, "Notify While Pressed", "NotifyWhilePressed", "false" PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000" PROPERTY=Boolean, "Show Focus", "ShowFocus", "true" ;PROPERTY=Boolean, "Show InfoTip", "ShowInfoTip", "false" ;PROPERTY=Integer, "InfoTip Delay", "InfoTipDelay", "1000" ;PROPERTY=String, "InfoTip Text", "InfoTipText", "" ;PROPERTY=Color, "InfoTip Text Color", "InfoTipTextColor", "" AWTEVENT=ACTION AWTEVENT=MOUSE CONNECTION=input, "int", "", "%name%.setBevelHeight(%arg%);", "Set the height of the button bevel" CONNECTION=output, "int", "", "%name%.getBevelHeight()", "Get the height of the button bevel" CONNECTION=input, "boolean","", "%name%.setShowFocus(%arg%);", "Set the button focus border flag" CONNECTION=output,"boolean","", "%name%.getShowFocus()", "Get the button focus border flag" CONNECTION=input, "boolean","", "%name%.setNotifyWhilePressed(%arg%);", "Set Notify While Pressed" CONNECTION=input, "void", "", "%name%.setNotifyWhilePressed(true);", "Notify While Pressed" CONNECTION=input, "void", "", "%name%.setNotifyWhilePressed(false);", "Don't Notify While Pressed" CONNECTION=output,"boolean","", "%name%.getNotifyWhilePressed()", "Notify While Pressed?" CONNECTION=output,"boolean","", "!%name%.getNotifyWhilePressed()", "Don't Notify While Pressed?" CONNECTION=input, "int", "", "%name%.setNotifyDelay(%arg%);", "Set the Notify Delay" CONNECTION=output, "int", "", "%name%.getNotifyDelay()", "Get the Notify Delay" ;CONNECTION=input, "boolean","", "%name%.setShowInfoTip(%arg%);", "Show/Hide the Info Tip" ;CONNECTION=input, "void", "", "%name%.setShowInfoTip(true);", "Show the Info Tip" ;CONNECTION=input, "void", "", "%name%.setShowInfoTip(false);", "Hide the Info Tip" ;CONNECTION=output,"boolean","", "%name%.getShowInfoTip()", "Is Info Tip Shown?" ;CONNECTION=output,"boolean","", "!%name%.getShowInfoTip()", "Is Info Tip Hidden?" ;CONNECTION=input, "int", "", "%name%.setInfoTipDelay(%arg%);", "Set the Info Tip delay" ;CONNECTION=output, "int", "", "%name%.getInfoTipDelay()", "Get the Info Tip delay" ;CONNECTION=input, "String", "", "%name%.setInfoTipText(%arg%);", "Set the Info Tip text" ;CONNECTION=output,"String", "", "%name%.getInfoTipText()", "Get the Info Tip text" ;CONNECTION=input, "Color", "", "%name%.setInfoTipTextColor(%arg%);", "Set the Info Tip color" ;CONNECTION=output, "Color", "", "%name%.getInfoTipTextColor()", "Get the Info Tip color" ; ---- symantec.itools.awt.DirectionButton component ---- CLASS=symantec.itools.awt.DirectionButton SMALLICON=components\DirectionButton.ico, "0" ICONSUITE=Icons, "133" FOLDER=Additional TOOLBAR=Additional PROPERTY=Enum, "Direction", "Direction", "LEFT", "LEFT=0, RIGHT=1, UP=2, DOWN=3" PROPERTY=Integer, "Arrow Indent", "ArrowIndent", "0" PROPERTY=Integer, "Bevel Height", "BevelHeight", "1" PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000" AWTEVENT=ACTION CONNECTION=input, "int", "", "%name%.setDirection(%arg%);", "Set the button arrow direction" CONNECTION=output, "int", "", "%name%.getDirection()", "Get the button arrow direction" CONNECTION=output, "int", "", "%name%.LEFT", "Point the button arrow LEFT" CONNECTION=output, "int", "", "%name%.RIGHT", "Point the button arrow RIGHT" CONNECTION=output, "int", "", "%name%.UP", "Point the button arrow UP" CONNECTION=output, "int", "", "%name%.DOWN", "Point the button arrow DOWN" CONNECTION=input, "int", "", "%name%.setBevelHeight(%arg%);", "Set the height of the button bevel" CONNECTION=output, "int", "", "%name%.getBevelHeight()", "Get the height of the button bevel" CONNECTION=input, "int", "", "%name%.setNotifyDelay(%arg%);", "Set the Notify Delay" CONNECTION=output, "int", "", "%name%.getNotifyDelay()", "Get the Notify Delay" ; ---- symantec.itools.awt.ImageButton component ---- CLASS=symantec.itools.awt.ImageButton SMALLICON=components\ImageButton.ico, "0" ICONSUITE=Icons, "130" PROPERTY=URL, "URL", "ImageURL", "", "Image Files(*.jpg;*.gif)" PROPERTY=Boolean, "Scale Mode", "ScaleMode", "false" PROPERTY=Boolean, "Center Mode", "CenterMode", "true" PROPERTY=Integer, "Bevel Height", "BevelHeight", "1" PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000" FOLDER=Additional TOOLBAR=Additional AWTEVENT=ACTION CONNECTION=input, "URL", "", "%name%.setImageURL(%arg%);", "Set the image to be displayed on the button" CONNECTION=output, "URL", "", "%name%.getImageURL()", "Get the image URL of the button" CONNECTION=input,"RelativeURL","","%name%.setImageURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative image to be displayed on the button" CONNECTION=input, "boolean","", "%name%.setScaleMode(%arg%);", "Set the scale mode of the button image" CONNECTION=output,"boolean","", "%name%.getScaleMode()", "Get the scale mode of the button image" CONNECTION=input, "boolean","", "%name%.setCenterMode(%arg%);", "Set the center mode of the button image" CONNECTION=output,"boolean","", "%name%.getCenterMode()", "Get the center mode of the button image" CONNECTION=input, "int", "", "%name%.setBevelHeight(%arg%);", "Set the height of the button bevel" CONNECTION=output, "int", "", "%name%.getBevelHeight()", "Get the height of the button bevel" CONNECTION=input, "int", "", "%name%.setNotifyDelay(%arg%);", "Set the Notify Delay" CONNECTION=output, "int", "", "%name%.getNotifyDelay()", "Get the Notify Delay" ; ---- symantec.itools.awt.LabelButton component ---- CLASS=symantec.itools.awt.LabelButton SMALLICON=components\LabelButton.ico, "0" ICONSUITE=Icons, "154" FOLDER=Additional TOOLBAR=Additional DEFPROPERTY=String, "Text", "Text", "text" PROPERTY=Enum, "Bevel Style", "BevelStyle", "BEVEL_RAISED", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3" PROPERTY=Enum, "Alignment Style", "AlignStyle", "ALIGN_CENTERED", "ALIGN_LEFT=0, ALIGN_CENTERED=1, ALIGN_RIGHT=2" PROPERTY=Enum, "Border Indent", "BorderIndent", "INDENT_ZERO", "INDENT_ZERO, INDENT_ONE, INDENT_TWO" PROPERTY=Color, "Text Color", "TextColor", "black" PROPERTY=Boolean, "Show Label", "ShowLabel", "true" PROPERTY=Integer, "Notify Delay", "NotifyDelay", "1000" AWTEVENT=ACTION CONNECTION=input, "String","", "%name%.setText(%arg%);", "Set the text for %class%" CONNECTION=output, "String","", "%name%.getText()", "Get the text for %class%" CONNECTION=input, "Color", "", "%name%.setTextColor(%arg%);", "Set the text color" CONNECTION=output, "Color", "", "%name%.getTextColor()", "Get the text color" CONNECTION=input, "int", "", "%name%.setAlignStyle(%arg%);", "Set the alignment style" CONNECTION=output, "int", "", "%name%.getAlignStyle()", "Get the alignment style" CONNECTION=input, "int", "", "%name%.setBevelStyle(%arg%);", "Set the bevel style" CONNECTION=output, "int", "", "%name%.getBevelStyle()", "Get the bevel style" CONNECTION=input, "int", "", "%name%.setBorderIndent(%arg%);", "Set the border indent" CONNECTION=output, "int", "", "%name%.getBorderIndent()", "Get the border indent" CONNECTION=output, "int", "", "%name%.INDENT_ZERO", "INDENT_ZERO" CONNECTION=output, "int", "", "%name%.INDENT_ONE", "INDENT_ONE" CONNECTION=output, "int", "", "%name%.INDENT_TWO", "INDENT_TWO" CONNECTION=output, "int", "", "%name%.ALIGN_LEFT", "ALIGN_LEFT" CONNECTION=output, "int", "", "%name%.ALIGN_CENTERED", "ALIGN_CENTERED" CONNECTION=output, "int", "", "%name%.ALIGN_RIGHT", "ALIGN_RIGHT" CONNECTION=output, "int", "", "%name%.BEVEL_LOWERED", "BEVEL_LOWERED" CONNECTION=output, "int", "", "%name%.BEVEL_RAISED", "BEVEL_RAISED" CONNECTION=output, "int", "", "%name%.BEVEL_LINE", "BEVEL_LINE" CONNECTION=output, "int", "", "%name%.BEVEL_NONE", "BEVEL_NONE" CONNECTION=input, "boolean","", "%name%.setShowLabel(%arg%);", "Show/Hide the Label" CONNECTION=input, "void", "", "%name%.setShowLabel(true);", "Show the Label" CONNECTION=input, "void", "", "%name%.setShowLabel(false);", "Hide the Label" CONNECTION=output,"boolean","", "%name%.getShowLabel()", "Is the Label shown?" CONNECTION=output,"boolean","", "!%name%.getShowLabel()", "Is the Label hidden?" CONNECTION=input, "int", "", "%name%.setBevelHeight(%arg%);", "Set the height of the button bevel" CONNECTION=output, "int", "", "%name%.getBevelHeight()", "Get the height of the button bevel" CONNECTION=input, "int", "", "%name%.setNotifyDelay(%arg%);", "Set the Notify Delay" CONNECTION=output, "int", "", "%name%.getNotifyDelay()", "Get the Notify Delay" ; ---- symantec.itools.awt.LabelHTMLLink component ---- CLASS=symantec.itools.awt.LabelHTMLLink SMALLICON=components\LabelHTMLLink.ico, "0" ICONSUITE=Icons, "156" FOLDER=Additional ;TOOLBAR=Additional AWTEVENT=ACTION PROPERTY=URL, "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)" PROPERTY=String, "Frame Name", "Frame", "" CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the HTML Link Relative URL" CONNECTION=input, "URL", "", "%name%.setURL(%arg%);", "Set the HTML Link URL" CONNECTION=output, "URL", "", "%name%.getURL()", "Get the HTML Link URL" CONNECTION=input, "String", "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name" CONNECTION=output, "String", "", "%name%.getFrame()", "Get the HTML Link frame name" ; ---- symantec.itools.awt.ImageHTMLLink component ---- CLASS=symantec.itools.awt.ImageHTMLLink SMALLICON=components\ImageHTMLLink.ico, "0" ICONSUITE=Icons, "182" FOLDER=Additional ;TOOLBAR=Additional AWTEVENT=ACTION DEFPROPERTY=URL, "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)" PROPERTY=String, "Frame Name", "Frame", "" CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the HTML Link Relative URL" CONNECTION=input, "URL", "", "%name%.setURL(%arg%);", "Set the HTML Link URL" CONNECTION=output, "URL", "", "%name%.getURL()", "Get the HTML Link URL" CONNECTION=input, "String", "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name" CONNECTION=output, "String", "", "%name%.getFrame()", "Get the HTML Link frame name"